func math.floor

2 uses

	math (current package)
		floor.go#L18: 	return floor(x)
		floor.go#L21: func floor(x float64) float64 {